TQAEngineCheckDevice
A drawing engine must define a method to indicate whether the engine can draw to a particular device.
typedef TQAError (*TQAEngineCheckDevice) (const TQADevice *device);
device
- A device.
DESCRIPTION
YourTQAEngineCheckDevice
function should return, as its function result, a code that indicates whether your drawing engine can draw into the device specified by thedevice
parameter (kQANoErr
) or not (kQAError
).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help